Blazor | ComponentOne
C1.Blazor.Input Assembly / C1.Blazor.Input Namespace / C1AutoComplete<T> Class / HighlightStyle Property

In This Topic
    HighlightStyle Property (C1AutoComplete<T>)
    In This Topic
    Gets or sets the matched text highlight style.
    Syntax
    'Declaration
     
    
    Public Property HighlightStyle As C1Style
    public C1Style HighlightStyle {get; set;}
    See Also